Skip to content

Conversation

swsnr
Copy link
Contributor

@swsnr swsnr commented Sep 25, 2025

Seems natural since it's just a thin wrapper around String.

Let's us do format!("Object path {path}") instead of format!("Object path {}", path.as_str()) which is handy for logging in particular.

Seems natural since it's just a thin wrapper around String.

Let's us do `format!("Object path {path}")` instead of
`format!("Object path {}", path.as_str())` which is handy for logging in
particular.
@sdroege sdroege merged commit 238347b into gtk-rs:main Sep 25, 2025
46 of 48 checks passed
@sdroege sdroege added the needs-backport PR needs backporting to the current stable branch label Sep 25, 2025
@swsnr swsnr deleted the impl-display-for-object-path branch September 25, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-backport PR needs backporting to the current stable branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants